#hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-content .highlight {
  color: var(--accent-color);
}

.hero-content p {
  font-size: 1.25rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-bottom: 32px;
}